home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / storm100.lzh / STRT_1.TXT < prev    next >
Text File  |  1993-11-01  |  3KB  |  66 lines

  1. STRT_1.BAS  -- A Storm script for GEnie's ST Roundtable
  2.  
  3. Contents:
  4.     STRT_1.BAS - the StormBASIC script
  5.     STRT_1.TXT - this file
  6.     GENIE.PWD  - data file containing ber and password
  7.  
  8. Installation:
  9.     Copy STRT_1.BAS and GENIE.PWD to your Storm directory.
  10.     There are two required modifications before using the script. These
  11.     are discussed in the following paragraphs.
  12.  
  13.     Before using this script you must create a dialing entry for GEnie in
  14. your Storm dialing director                y. The name *must* be 'GEnie' (w/out the quotes).
  15. Enter the phone number for your local node (it's assumed you won't be using
  16. SprintNET) and configure the Serial Setup values as needed. This script
  17. sets the port itself, but you'll want the dialing entry setup correctly
  18. for other uses anyway.  You can assign an autologon script if you want, but
  19. it will be bypassed by STRT_1.BAS.  Do _not_ install STRT_1.BAS as an
  20. autologon script, it's not designed to work that way.
  21.  
  22.     You must also modify the GENIE.PWD file so it contains your own
  23. GEnie account number and password. Each is entered on a single line,
  24. followed by a carriage return. You can add additional lines if you'd
  25. like, but only the first two will be read by the script. The account
  26. and password information is kept in a separate file so you can share this
  27. script with others w/out having to edit out your account information.
  28.  
  29.     You have completed the two required steps to instaFor
  30. ease of use you may want to define an ALT-kTRT_LST.BAS  forey so you can run it with just
  31. a keypress. I use ALT-G. To assign it to an ALT-key select "Alt-key Macros"
  32. from the "Settings" menu in Storm.  In the slot for your selected key
  33. enter the following exactly as shown here:
  34.         RUN "STRT_1.BAS"
  35.  
  36. What this script does:
  37.  
  38.     STRT_1.BAS facilitates logging onto the ST RT or GEnie Mail. When you
  39. run the script a popup menu will appear allowing you to select the Library,
  40. Bulletin Board, RTC, or Mail. If you are currently offline, the script
  41. will dial GEnie and move to the selected service area. If you are already
  42. online, the script simply performs a "Move" to your destination.
  43.  
  44.     To abort the popup select the '<cancel>' entry.
  45.  
  46. Notes:
  47.  
  48.     Storm, as of yet, does not have a dialing command that can be
  49. executed via a script. This doesn't present too big of problem though, as
  50. all of the modem and dialing settings are easily accessible to a script
  51. via the SET and SET$ commands. The LOGON subroutine of STRT_1.BAS illustrates
  52. this technique. This script will use the timeout, dialing prefix, connect,
  53. and fail messages that you have defined in your Storm setup.  As mentioned
  54. earlier it will also read the dialing directory to obtain the phone number
  55. for GEnie.
  56.  
  57.     This script does not automatically turn on the capture buffer as I have
  58. Storm configured so it is on by default.
  59.  
  60. Your comments and suggestions are most welcome.
  61.   Gordon (GRMEYER)
  62.   10/10/93
  63.  
  64.  
  65.  
  66.